home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
Internet Chooser
/
main.h
< prev
next >
Wrap
Text File
|
1996-06-22
|
552b
|
21 lines
//main.h
#define kServiceList 8
#define kServiceListScroll 15
#define kURLList 6
#define kURLListScroll 16
#define kFilterMenu 14
#define kInfoField 17
/* Prototypes */
void Initialize(void);
void SetUpMenus(void);
DialogPtr SetUpChooser(void);
OSErr EventLoop(void);
void DoMouseOutsideDialog(EventRecord theEvent, short theItem);
void DoMouseInDialog(EventRecord theEvent, short theItem);
void DoKey(EventRecord theEvent, short theItem);
void DoMenu(short menuID, short menuItem);
void DoUpdate(void);
void ChangeURLList(short index);